PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFCheckBoxField Class / isChecked Method
In This Topic
    isChecked Method
    In This Topic
    Gets a value indicating whether the CheckBox is in the checked state.
    Syntax
    public boolean isChecked()

    Return Value

    True if the CheckBox is in the checked state; otherwise, false.
    See Also